Eclipse Platform
Pre-release 3.0

org.eclipse.core.filebuffers
Interface ISynchronizationContext

All Known Implementing Classes:
UISynchronizationContext

public interface ISynchronizationContext

Executes runnables that describe how to synchronize a file buffer with its underlying file.

Since:
3.0

Method Summary
 void run(Runnable runnable)
          Executes the given runnable.
 

Method Detail

run

public void run(Runnable runnable)
Executes the given runnable.

Parameters:
runnable - the runnable to be executed

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.